﻿2026-06-02T10:15:14.6043395Z ##[group]Run actions/checkout@v4
2026-06-02T10:15:14.6044795Z with:
2026-06-02T10:15:14.6045693Z   repository: SaberMage/spt-core
2026-06-02T10:15:14.6056501Z   token: ***
2026-06-02T10:15:14.6057399Z   ssh-strict: true
2026-06-02T10:15:14.6058293Z   ssh-user: git
2026-06-02T10:15:14.6059202Z   persist-credentials: true
2026-06-02T10:15:14.6060364Z   clean: true
2026-06-02T10:15:14.6061280Z   sparse-checkout-cone-mode: true
2026-06-02T10:15:14.6062339Z   fetch-depth: 1
2026-06-02T10:15:14.6063223Z   fetch-tags: false
2026-06-02T10:15:14.6064150Z   show-progress: true
2026-06-02T10:15:14.6065061Z   lfs: false
2026-06-02T10:15:14.6065911Z   submodules: false
2026-06-02T10:15:14.6066823Z   set-safe-directory: true
2026-06-02T10:15:14.6068130Z ##[endgroup]
2026-06-02T10:15:14.7312666Z Syncing repository: SaberMage/spt-core
2026-06-02T10:15:14.7317482Z ##[group]Getting Git version info
2026-06-02T10:15:14.7319771Z Working directory is '/home/runner/work/spt-core/spt-core'
2026-06-02T10:15:14.7324315Z [command]/usr/bin/git version
2026-06-02T10:15:14.7402805Z git version 2.54.0
2026-06-02T10:15:14.7430875Z ##[endgroup]
2026-06-02T10:15:14.7447284Z Temporarily overriding HOME='/home/runner/work/_temp/68e9055a-06e1-4d39-b813-48bce63e86f3' before making global git config changes
2026-06-02T10:15:14.7452652Z Adding repository directory to the temporary git global config as a safe directory
2026-06-02T10:15:14.7456735Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/spt-core/spt-core
2026-06-02T10:15:14.7505524Z Deleting the contents of '/home/runner/work/spt-core/spt-core'
2026-06-02T10:15:14.7512313Z ##[group]Initializing the repository
2026-06-02T10:15:14.7517256Z [command]/usr/bin/git init /home/runner/work/spt-core/spt-core
2026-06-02T10:15:14.7617319Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-02T10:15:14.7619940Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-06-02T10:15:14.7623910Z hint: to use in all of your new repositories, which will suppress this warning,
2026-06-02T10:15:14.7626542Z hint: call:
2026-06-02T10:15:14.7628195Z hint:
2026-06-02T10:15:14.7630716Z hint: 	git config --global init.defaultBranch <name>
2026-06-02T10:15:14.7632809Z hint:
2026-06-02T10:15:14.7634915Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-02T10:15:14.7638005Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-02T10:15:14.7640829Z hint:
2026-06-02T10:15:14.7642687Z hint: 	git branch -m <name>
2026-06-02T10:15:14.7644372Z hint:
2026-06-02T10:15:14.7646478Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-06-02T10:15:14.7652881Z Initialized empty Git repository in /home/runner/work/spt-core/spt-core/.git/
2026-06-02T10:15:14.7659214Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-core
2026-06-02T10:15:14.7695373Z ##[endgroup]
2026-06-02T10:15:14.7698254Z ##[group]Disabling automatic garbage collection
2026-06-02T10:15:14.7701295Z [command]/usr/bin/git config --local gc.auto 0
2026-06-02T10:15:14.7734553Z ##[endgroup]
2026-06-02T10:15:14.7737371Z ##[group]Setting up auth
2026-06-02T10:15:14.7742485Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-02T10:15:14.7782473Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-02T10:15:14.8160959Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-02T10:15:14.8197030Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-02T10:15:14.8443122Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-02T10:15:14.8482513Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-02T10:15:14.8742065Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-02T10:15:14.8783723Z ##[endgroup]
2026-06-02T10:15:14.8786859Z ##[group]Fetching the repository
2026-06-02T10:15:14.8794605Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a32b0710dae8e0be0da7068203f8c2dc9d17f58b:refs/remotes/origin/dev-freeform
2026-06-02T10:15:15.2169345Z From https://github.com/SaberMage/spt-core
2026-06-02T10:15:15.2337612Z  * [new ref]         a32b0710dae8e0be0da7068203f8c2dc9d17f58b -> origin/dev-freeform
2026-06-02T10:15:15.2352178Z ##[endgroup]
2026-06-02T10:15:15.2354834Z ##[group]Determining the checkout info
2026-06-02T10:15:15.2357555Z ##[endgroup]
2026-06-02T10:15:15.2359238Z [command]/usr/bin/git sparse-checkout disable
2026-06-02T10:15:15.2364414Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-02T10:15:15.2370061Z ##[group]Checking out the ref
2026-06-02T10:15:15.2376357Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-02T10:15:15.2755640Z Switched to a new branch 'dev-freeform'
2026-06-02T10:15:15.2809136Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-02T10:15:15.2815027Z ##[endgroup]
2026-06-02T10:15:15.2820591Z [command]/usr/bin/git log -1 --format=%H
2026-06-02T10:15:15.2822679Z a32b0710dae8e0be0da7068203f8c2dc9d17f58b
